-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harmonize focus-visible styles for vue-navigation item with none-vue navigation item #5022
Harmonize focus-visible styles for vue-navigation item with none-vue navigation item #5022
Conversation
…navigation item Signed-off-by: julia.kirschenheuter <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on my local dev env - LGTM :) really nice change, good for a11y
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I found something that looks broken - this is for the subitems beneath the shared files section here:
the border-radius may have to be increased, or due to the shift padding/margin on the submenu files in shared (and also probably the favorites section...) this has to be changed before it gets merged :) sorry to be so nitpicky ;(
Yeah, I've seen it too. But it is actually another issue (which is not relevant for a11y) and is present on master: |
|
☑️ Resolves
Before
Vue-navigation
Unchanged non-vue navigation
After
Vue-navigation
🏁 Checklist